home *** CD-ROM | disk | FTP | other *** search
/ Canadian Geographic Explorer / Canadian Geographic Explorer.iso / pc / main.dxr / 00006_Area Select script.ls < prev    next >
Encoding:
Text File  |  1996-10-02  |  243 b   |  11 lines

  1. on mouseDown
  2.   global gDest
  3.   set jMemberName to the name of member the mouseCast
  4.   set gDest to char 1 of jMemberName & char 2 of jMemberName
  5.   if soundBusy(1) then
  6.     sound stop 1
  7.   end if
  8.   puppetSound("Audio Needle")
  9.   walkGizmo("N")
  10. end
  11.